Angel, I'll disagree witht he above. .NET is clearly the current step in Windows development, it installs just fine on Windows XP if the Windows XP box has enough memory and performance to run XP SP3, and XP is an antique at this point. If you are just starting out, why start with antiquity?
I am ancient by programmer standards. This is my 30th year of programming professionally, starting mostly in assembler far too long ago. I've been working in Microsoft environments since DOS 1.1, so many years ago, when even the basic C environment was total garbage. First assembler and then I started working heavily in Borland's Turbo Pascal, then Borland's C++ with OWL was THE hot ticket, then Microsoft turned Vistual Studio into the best-in-class and brought out WFC and COM.
The bulk of my work has always been systems development and communications, so I've not even explored much of the regular "user application development" parts of the Windows API world, and was always very heavily involved in the core Win32 C API's. A great set of API's, but C# in .NET is so much easier and you can get so much more software done so much faster, why bother?
No one person can master all of the Microsoft API's. It's just overwhelming. Might as well start with the most current! I am a crusty old dude for a programmer, and I would not go a away from my many years programming in C and C++ directly to the Win32 API easily, but Microsoft did such a fantastic job with .NET and the C# JIT compiler that I moved over in 2002.
A big thing to me is that a programmer, a senior programmer anyway, can no longer just be a "Windows Programmer", and the world has moved to object oriented platforms like .NET and Java. C# and Java are darn near the same thing, so why not learn both. These are the platforms for the future. C# code runs on Mono on Linux, and Java runs on just about anything and is the leading environment for development for mobile devices.
Why would you limit yourself in your programming environment in order to be able to avoid having to install some libraries on a 10 year old operating system that has been obsoleted by it's vendor? Considering the a gazillion Hertz processor with multiple cores, Gigabytes of RAM, and terrabytes of storage costs a few hundred bucks these days, I don't think abandoning the few holdovers "stuck" with XP is worth you wasting your time on.