There may be a disadvantage with most of your experience being unix/linux development based if you are applying for strictly Microsoft jobs and there are dozens of applicants each time that have those qualifications. At the same time, there are some basic development ideas that are more important than the tools to some extent:
1) Version control - Do you know why it exists, how it can be used, what continuous integration is, etc.
2) Testing - What are unit tests? What are integration tests? Black box and white box testing? Why are tests important?
3) Code organization and quality - Do you refactor? Do you understand OO principles? Can you build out various classes for simple problems? Do you use a good variable naming convention?
4) Algorithms - Do you know why BubbleSort is an inefficient algorithm? Why is quicksort commonly found in frameworks when its worst case complexity isn't the best? Can you design and explaing a series of classes for solving a simple problem of setting up a ticketing system that sells concert tickets to people for example?
Another side is the question of how Windows-y are you. Have you never ever used Microsoft Windows? Have you troubleshot problems with Windows, e.g. using the Event Viewer or various system tools? There is this broad spectrum of knowledge that would play a role as well I'd think.
Lastly, what kind of work do you want to be doing? If it is web development then knowing Perl, Python, and Java should set you up well I'd think. PHP may be something to add in there as well as to note what web server software do you use, e.g. Apache, Microsoft Internet Information Server, or something else? If you want to be programming PC games then Windows would have some advantages.