I'm trying to write an OpenGL application so I installed the Windows 7 SDK. However, it appears that it is OpenGL 1.1...
#define GL_VERSION_1_1 1
How can I find which version of OpenGL I have installed(*.dll) and where can I find the newer *.lib/*.h files?