How can i determine the version of the Windows SDK installed on my computer?

Posted by NuclearCheese781 on Stack Overflow See other posts from Stack Overflow or by NuclearCheese781
Published on 2010-04-19T07:20:35Z Indexed on 2010/04/19 7:23 UTC
Read the original article Hit count: 255

Hello everyone :)

I've very recently decided to teach myself c++ and win32 programming after learning vb.net, and i've got a very simple question: How can I determine what version of the Windows SDK is installed on my computer? I'm asking so I can install the latest version if it isn't installed allready, before i start playing around with c++. I'm using Microsoft Visual Studio 2008 SP1 as my IDE. (I spent 10 minutes using Google to search for an answer, but I couldn't find one)

If anyone could help me, it would be very much appreciated.

Matt.

© Stack Overflow or respective owner

Related posts about c++

Related posts about win32